Skip to content

Commit

Permalink
doc: don't use guilt-foo invocations in examples.
Browse files Browse the repository at this point in the history
Note: there is one place where I replace guilt-repair with "guilt
repair" instead of "+guilt repair+".  At least the version of docbook
I'm using mishandles the "+" signs in that particular spot (even
though it works properly for "+guilt select+" in another file.  I know
too little docbook to be able to find the cause.

Signed-off-by: Per Cederqvist <[email protected]>
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
Per Cederqvist committed Jan 23, 2015
1 parent dbfd70f commit bade39a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Documentation/guilt-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EXAMPLES
Create and add a new file example.c

$ touch example.c
$ guilt-add example.c
$ guilt add example.c

Author
------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/guilt-delete.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EXAMPLES
--------
Delete a patch called 'foobar':

$ guilt-delete foobar
$ guilt delete foobar

Author
------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/guilt-diff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OPTIONS
-------
-z::
Output a interdiff against the top-most applied patch. This should
produce the same diff as "+guilt-new -f foo+".
produce the same diff as "+guilt new -f foo+".

<path>...::
Restrict diff output to a given set of files.
Expand Down
4 changes: 2 additions & 2 deletions Documentation/guilt-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ EXAMPLES

Open the guilt-status man page

$ guilt-help status
$ guilt help status

Open the guilt man page

$ guilt-help
$ guilt help

Author
------
Expand Down
6 changes: 3 additions & 3 deletions Documentation/guilt-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ EXAMPLES

Create a new patch called 'foobar':

$ guilt-new foobar
$ guilt new foobar

Create a patch called 'foo' and supply a patch description interactively:

$ guilt-new -e foo
$ guilt new -e foo

Create a patch called 'bar' with a provided patch description and sign off
on the patch:

$ guilt-new -s -m patch-fu bar
$ guilt new -s -m patch-fu bar

Author
------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/guilt-repair.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Perform various repository repairs. You must specify one mode of repair:
WARNING: Running this command may result in commits and working
directory changes being lost. You may want to create a new reference
(e.g., branch, or reflog) to the original HEAD before using
guilt-repair.
"guilt repair".

--status::
Upgrade the status file from old format to new.
Expand Down
4 changes: 2 additions & 2 deletions Documentation/guilt-select.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ the following way:
* An unguarded patch is always applied.

* A patch with a positive guard is applied *only* if the guard is
selected with guilt-select.
selected with "+guilt select+".

* A patch with a negative guard is applied *unless* the guard is
selected with guilt-select.
selected with "+guilt select+".

OPTIONS
-------
Expand Down

0 comments on commit bade39a

Please sign in to comment.