X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-paste.1.txt;h=c9bd9ff23a211294de0b106d8699491d88ec2a59;hb=c0acd324c28506c5c110bf6dcee87238267a8a6d;hp=9925493d4c0a53bda6088c46ec031586538a7b20;hpb=b25e0d9c3ef148be1cda95f1d845160627208894;p=grml-paste.git diff --git a/grml-paste.1.txt b/grml-paste.1.txt index 9925493..c9bd9ff 100644 --- a/grml-paste.1.txt +++ b/grml-paste.1.txt @@ -12,14 +12,14 @@ grml-paste [options] ACTION Description ----------- -grml-paste is a command line interface for uploading plain text to http://paste.grml.org/ +grml-paste is a command line interface for uploading plain text to https://paste.grml.org/ Options ------- **-e 'hours', --expire='HOURS'**:: -Time at wich paste should expire. +Time at which paste should expire. **-h, --help**:: @@ -35,11 +35,11 @@ Set your nickname (defaults to login username). **-s 'server', --server='SERVER'**:: -Make private submission to server, thus your paste is not visible on the webpage. +Set URL of paste server (defaults to paste.grml.org). **-p, --private**:: -Set URL of paste server (defaults to paste.grml.org). +Make private (hidden) submission to server, thus your paste is not visible on the webpage. **-v, --verbose**:: @@ -80,9 +80,20 @@ Get supported language highlighting types from server. Print more verbose help about specified ''. +Usage examples +-------------- + + **dmesg | tail | grml-paste add --name=grmluser**:: + +Upload last ten lines of dmesg output as user 'grmluser'. + + **grep -e EE -e WW /var/log/Xorg.0.log | grml-paste add -p**:: + +Upload error and warning messages of X.org log as hidden entry. + Bugs ---- -Please report feedback, link:http://grml.org/bugs/[bugreports] and wishes link:http://grml.org/contact/[to the grml team]. +Please report feedback, link:https://grml.org/bugs/[bugreports] and wishes link:https://grml.org/contact/[to the grml team]. Authors -------