From 1f10767c83fb70731e3cf1b4aeae3c1beb8f356b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 18 Jun 2024 02:01:43 -0400 Subject: docs: move "General Options" to genopts.rst, include it where needed. --- dumpbas.rst | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'dumpbas.rst') diff --git a/dumpbas.rst b/dumpbas.rst index 59cf93b..6dc32b9 100644 --- a/dumpbas.rst +++ b/dumpbas.rst @@ -32,18 +32,6 @@ for learning the tokenized format. OPTIONS ======= -General Options ---------------- -**--help** - Print usage message and exit. - -**--version** - Print version number and exit. - -**-v** - Verbose operation. When displaying a number in verbose mode, it will - be prefixed with *$* if it's in hex, or no prefix for decimal. - Dump Options ------------ **-s** *start-lineno* @@ -55,6 +43,8 @@ Dump Options **-l** *lineno* Only dump one line. This is exactly equivalent to "**-s** *lineno* **-e** *lineno*". +.. include:: genopts.rst + FORMATTING ========== Every byte in the file is displayed in hex. However, they are grouped by line -- cgit v1.2.3