mirror of
https://github.com/xxh/xxh
synced 2024-11-27 06:00:21 +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" \
|
||||
+ " [+i] [+if] [+iff] [+v] [+vv] [+s SHELL]\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 ')\
|
||||
.replace('number and exit', 'number and exit\n\nssh arguments:').replace('positional ', 'required ')
|
||||
|
|
Loading…
Reference in a new issue