]> arthur.barton.de Git - bup.git/blob - Documentation/bup.1.md
Infrastructure for generating a markdown-based man page using pandoc.
[bup.git] / Documentation / bup.1.md
1 % bup(1) Bup %BUP_VERSION%
2 % Avery Pennarun <apenwarr@gmail.com>
3 % %BUP_DATE%
4
5 # NAME
6
7 bup - Backup program using rolling checksums and git file formats
8
9 # SYNOPSIS
10
11 bup [*options*] [*input-file*]...
12
13 # DESCRIPTION
14
15 This is the sample description.
16
17     embeddeded code
18     more code
19   
20 More stuff.
21
22 ## Subsection
23
24 Yay!
25
26 - this is a list.
27
28 - another list item.
29
30     list continuation.
31     
32 - another item.
33
34         with some code
35         and more code
36
37 1. numbered item.
38
39 1. another numbered item.
40
41     - with a list
42     - of items
43     - that say stuff
44
45 1. yet another number.
46
47 # OPTIONS
48
49 -o, --output=*output*
50 :   the stuff about the term
51
52 --hello
53 :   more stuff
54
55 # SEE ALSO
56
57 `git`(1) and the *README* file from the bup distribution.
58
59 The home of bup is at <http://github.com/apenwarr/bup/>.