From 721cd1634a82b735d0d65062c15c30fffb204a0e Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Fri, 11 Nov 2016 16:34:15 +0000 Subject: [PATCH] Show file parameters as mandatory in swift-*-info man pages Changes the file parameters on command line to use the convention of for a mandatory option rather than [file] which suggests an optional flag. Also drop to lower case as is convention in other man pages. Change-Id: Icfb4b4786343eb493a73b092cad1fdadc935d066 --- doc/manpages/swift-account-info.1 | 2 +- doc/manpages/swift-container-info.1 | 2 +- doc/manpages/swift-object-info.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manpages/swift-account-info.1 b/doc/manpages/swift-account-info.1 index 6ed781a5b7..80504bf2fb 100644 --- a/doc/manpages/swift-account-info.1 +++ b/doc/manpages/swift-account-info.1 @@ -24,7 +24,7 @@ .SH SYNOPSIS .LP .B swift-account-info -[ACCOUNT_DB_FILE] [options] + [options] .SH DESCRIPTION .PP diff --git a/doc/manpages/swift-container-info.1 b/doc/manpages/swift-container-info.1 index ee79519597..f551682ef8 100644 --- a/doc/manpages/swift-container-info.1 +++ b/doc/manpages/swift-container-info.1 @@ -25,7 +25,7 @@ .SH SYNOPSIS .LP .B swift-container-info -[CONTAINER_DB_FILE] [options] + [options] .SH DESCRIPTION .PP diff --git a/doc/manpages/swift-object-info.1 b/doc/manpages/swift-object-info.1 index f6f9a9533c..907b3efe34 100644 --- a/doc/manpages/swift-object-info.1 +++ b/doc/manpages/swift-object-info.1 @@ -25,7 +25,7 @@ .SH SYNOPSIS .LP .B swift-object-info -[OBJECT_FILE] [options] + [options] .SH DESCRIPTION .PP