diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-18 13:22:23 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-18 13:22:23 +0100 |
commit | a6df0c804d09f8c71c5bb1b589682aa615533e40 (patch) | |
tree | f59d6104203a6f7bc7801a30cc3dec4e9b61b28d | |
parent | 1b724ebd4e726a153cbbe6a893c854417ae7de2a (diff) | |
download | drminfo-a6df0c804d09f8c71c5bb1b589682aa615533e40.tar.gz |
text fix
-rw-r--r-- | drminfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -392,7 +392,7 @@ static void usage(FILE *fp) "usage: drminfo [ options ]\n" "\n" "options:\n" - " -h print this\n" + " -h print this text\n" " -c <nr> pick card\n" " -a print all card info\n" " -A print all card info, with plane modifiers\n" |