From 36775b85588304e48e6f01a9f9b733cfd66f7b04 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Fri, 11 May 2018 16:08:36 +0100 Subject: [PATCH] help2man: update to remove unnecessary examples --- pages/common/help2man.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pages/common/help2man.md b/pages/common/help2man.md index 4913cbec7..3dfc70d05 100644 --- a/pages/common/help2man.md +++ b/pages/common/help2man.md @@ -14,18 +14,6 @@ `help2man {{executable}} --section {{section}}` -- Specify the source, or footer, of the man page: - -`help2man {{executable}} --source {{source}}` - -- Specify a custom `--version` option for the executable: - -`help2man {{executable}} --version-string {{version}}` - -- Include additional information from a file if it exists: - -`help2man {{executable}} --opt-include {{path/to/file}}` - - Output to a file instead of stdout: `help2man {{executable}} --output {{path/to/file}}`