]> arthur.barton.de Git - bup.git/commit
bup-prune-older.md: remove fictional --keep option
authorAlexander Barton <alex@barton.de>
Sun, 18 Dec 2016 20:37:51 +0000 (21:37 +0100)
committerRob Browning <rlb@defaultvalue.org>
Mon, 26 Dec 2016 18:48:04 +0000 (12:48 -0600)
commit8633d70536eacfd9d36748da9951aeefe9823191
treea59462f801ec1ecb3e1bf750b9bad0a6eca92cac
parent7d8f74a4f0ed85a1827ec02a9f39b336093b91dc
bup-prune-older.md: remove fictional --keep option

The documentation lists the "--keep" option, but the actual command
doesn't implement it:

 $ bup prune-older --unsafe --keep 7d,1y,10y,100y
 usage: bup prune-older [options...] [BRANCH...]
 [...]
 error: option --keep not a unique prefix

Signed-off-by: Alexander Barton <alex@barton.de>
[rlb@defaultvalue.org: shorten summary line]
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-prune-older.md