mirror of
https://github.com/xxh/xxh
synced 2025-02-18 21:38:27 +00:00
help message
This commit is contained in:
parent
f5b0ba54ff
commit
1ff2c55a06
1 changed files with 1 additions and 1 deletions
2
xxh
2
xxh
|
@ -292,7 +292,7 @@ class Xxh:
|
||||||
+ " [user@]host[:port]\n" \
|
+ " [user@]host[:port]\n" \
|
||||||
+ " [+i] [+if] [+iff] [+v] [+vv] [+s SHELL]\n" \
|
+ " [+i] [+if] [+iff] [+v] [+vv] [+s SHELL]\n" \
|
||||||
+ " [+hh HOST_XXH_HOME] [+hf HOST_EXEC_FILE] [+hc HOST_EXEC_CMD]\n" \
|
+ " [+hh HOST_XXH_HOME] [+hf HOST_EXEC_FILE] [+hc HOST_EXEC_CMD]\n" \
|
||||||
+ " [+xc CONFIG_FILE] [+lxh LOCAL_XXH_HOME] [-h] [-V]\n"
|
+ " [+xc CONFIG_FILE] [+lh LOCAL_XXH_HOME] [-h] [-V]\n"
|
||||||
|
|
||||||
help = argp.format_help().replace('\n +','\n\nxxh arguments:\n +',1).replace('optional ', 'common ')\
|
help = argp.format_help().replace('\n +','\n\nxxh arguments:\n +',1).replace('optional ', 'common ')\
|
||||||
.replace('number and exit', 'number and exit\n\nssh arguments:').replace('positional ', 'required ')
|
.replace('number and exit', 'number and exit\n\nssh arguments:').replace('positional ', 'required ')
|
||||||
|
|
Loading…
Add table
Reference in a new issue