1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
- zypper
- zypper help
- zypper -h
show list of global options and list of commands
- zypper help help
- zypper help -h
show usage hint for the help command
- zypper help unknown-command
show 'unknown command' message
show unknown command hint
- zypper help command
- zypper -h command
- zypper command -h
show command specific help text
- zypper unknown-option help
show unknown option message
show unknown option hint
- zypper unknown-command help
show 'unknown command' message
show unknown command hint
in shell
- empty line entered
show unknown command hint
- help
show list of global options and list of commands
- help help
- help -h
show usage hint for the help command
- help unknown-command
show 'unknown command' message
show unknown command hint
- help command
- command -h
show command specific help text
- unknown-command help
show 'unknown command' message
show unknown command hint
|