diff options
author | Reuben Thomas <rrt@sc3d.org> | 2004-10-04 16:01:43 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2004-10-04 16:01:43 +0000 |
commit | 3970487251c4a277f9f9e75061eb87f4776b5b6a (patch) | |
tree | a1b300f32415dafc4cbe1d50f28728f105fe92ea | |
parent | fd5f17350d01d7807f59572f8f6db53b2a2d91ae (diff) | |
download | plptools-3970487251c4a277f9f9e75061eb87f4776b5b6a.tar.gz plptools-3970487251c4a277f9f9e75061eb87f4776b5b6a.tar.bz2 plptools-3970487251c4a277f9f9e75061eb87f4776b5b6a.zip |
Note that formatting the Psion's drive is unimplemented.
-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"); |