diff options
-rw-r--r-- | plpbackup/plpbackup.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plpbackup/plpbackup.cc b/plpbackup/plpbackup.cc index 6d8b0d0..7525845 100644 --- a/plpbackup/plpbackup.cc +++ b/plpbackup/plpbackup.cc @@ -1422,7 +1422,7 @@ usage(ostream *hlp) " -f, --full Do a full backup (incremental otherwise).\n" " -b, --backup[=TGZ] Backup to specified archive TGZ.\n" " -r, --restore=TGZ Restore from specified archive TGZ.\n" - " -F, --format Format drive (can be combined with restore).\n" + " -F, --format Format drive (can be combined with restore) [UNIMPLEMENTED].\n" "\n" " <drive> A drive character. If none given, scan all drives.\n" "\n"); |