summaryrefslogtreecommitdiffstats
path: root/misc-utils/uuidgen.c
Commit message (Collapse)AuthorAgeFilesLines
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
| | | | | | | | | This adds a concise description of a tool to its usage text. A first form of this patch was proposed by Steven Honeyman (see http://www.spinics.net/lists/util-linux-ng/msg09994.html). Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* textual: use usage() text element macrosSami Kerola2014-10-011-2/+2
| | | | | | | Translating these text elements should happen only once, which is more likely when the text macros are used properly. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* textual: use manual tail usage() macroSami Kerola2014-10-011-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* uuidgen: use type definitions from uuid.hSami Kerola2014-05-261-7/+4Star
| | | | | | There is no need to re-invent wheel. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-3/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* uuidgen: fix --randomKarel Zak2012-11-191-1/+1
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/20 Signed-off-by: Karel Zak <kzak@redhat.com>
* misc-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* uuidgen: cleanup usage()Karel Zak2011-08-161-7/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* uuidgen: add long optionsSami Kerola2011-06-251-6/+30
| | | | | | Affects to help output as well. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* uuidgen: new command (from e2fsprogs)Karel Zak2009-05-221-0/+77
Signed-off-by: Karel Zak <kzak@redhat.com>