pmorch

Better man page entry for obnam diff

Oct 10th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.78 KB | None | 0 0
  1. === modified file 'obnam.1.in'
  2. --- obnam.1.in  2012-09-29 13:33:13 +0000
  3. +++ obnam.1.in  2012-10-10 22:05:07 +0000
  4. @@ -41,6 +41,14 @@
  5.  possibly followed by arguments.
  6.  The commands are list below.
  7.  .IP \(bu
  8. +.B diff
  9. +compares two generations and lists files differing between them. Every output
  10. +line will be prefixed either by a plus sign (+) for files that were added, a
  11. +minus sign (-) for files that have been removed or an asterisk (*) for files
  12. +that have changed.  If only one generation ID is specified on the command line
  13. +that generation will be compared with its direct predecessor. If two IDs have
  14. +been specified, all changes between those two generations will be listed.
  15. +.IP \(bu
  16.  .B backup
  17.  makes a new backup.
  18.  The first time it is run, it makes a full backup,
Advertisement
Add Comment
Please, Sign In to add comment