Fix typo in manpage
[grml-paste.git] / grml-paste.1.txt
1 grml-paste(1)
2 =============
3
4 Name
5 ----
6 grml-paste - command line interface for paste.grml.org
7
8 Synopsis
9 --------
10 grml-paste [-n nick] [-s summary] [-f source] [-h|--help]
11
12 Description
13 -----------
14
15 grml-paste is a command line interface for uploading plain text to http://paste.grml.org/
16
17 Options
18 -------
19
20   -n **nick**::
21
22 Set your nickname (defaults to Anonymous).
23
24   -s **summary**::
25
26 Specify a summary of your paste (defaults to none).
27
28   -f **source**::
29
30 Sets the file to read from, use - to read from stdin.
31
32   --help::
33
34 Print help text.
35
36 Bugs
37 ----
38 Please report feedback, link:http://grml.org/bugs/[bugreports] and wishes link:http://grml.org/contact/[to us]!
39
40 Authors
41 -------
42 Nico Golde <nico@grml.org>