help message

This commit is contained in:
anki-code 2020-03-10 16:16:55 +03:00
parent f5b0ba54ff
commit 1ff2c55a06

2
xxh
View file

@ -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 ')