summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2022-01-05 02:32:30 +0100
committerRadek Podgorny <radek@podgorny.cz>2022-01-05 02:32:30 +0100
commit1cd4b0d7db5a86777fddc626d68474e8463b84d2 (patch)
treefee026b7640d8d9d5ac570c53847cb3f8a34ccf6
parent95469ad74a303a9d11ead09affbb997591feb8ef (diff)
downloadunionfs-fuse-git-1cd4b0d7db5a86777fddc626d68474e8463b84d2.tar.gz
improve help string
-rw-r--r--src/opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opts.c b/src/opts.c
index f0a7364..f6c381d 100644
--- a/src/opts.c
+++ b/src/opts.c
@@ -281,7 +281,7 @@ static void print_help(const char *progname) {
" want to have a union of \"/\" \n"
" -o cow enable copy-on-write\n"
" mountpoint\n"
- " -o debug_file file to write debug information into\n"
+ " -o debug_file=<fn> file to write debug information into\n"
" -o dirs=branch[=RO/RW][:branch...]\n"
" alternate way to specify directories to merge\n"
" -o hide_meta_files \".unionfs\" is a secret directory not\n"