diff options
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -959,7 +959,8 @@ static void ftag_help(int, char **) puts(" query query the database"); puts(" sync synchronize with a remote"); puts(" tag manage tags"); - puts("Some commands also have their own help, try \"ftag COMMAND help\""); + puts("Some commands also have their own help,"); + puts("try \"ftag COMMAND help\" or \"ftag COMMAND -h\"."); puts("Configuration:"); printf(" cache %s\n", FTAG_CACHE_DIR); printf(" config %s\n", FTAG_CONFIG_DIR); |
