diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-24 15:33:09 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-24 15:33:09 +0100 |
| commit | 825ad379983681769e83cc7fe1949c5922062799 (patch) | |
| tree | 7d7617c8d690915c8d5a26a734a61808df18237d /doc/nissy.1 | |
| parent | 92fe5c67548304af7630ba0dd571b9d95241e412 (diff) | |
| download | nissy-825ad379983681769e83cc7fe1949c5922062799.tar.gz nissy-825ad379983681769e83cc7fe1949c5922062799.zip | |
Changed default behavior of -s
Diffstat (limited to 'doc/nissy.1')
| -rw-r--r-- | doc/nissy.1 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/nissy.1 b/doc/nissy.1 index 8f92b01..add0da6 100644 --- a/doc/nissy.1 +++ b/doc/nissy.1 | |||
| @@ -111,7 +111,21 @@ Plain style: do not print the number of moves. | |||
| 111 | .It Fl s Ar n | 111 | .It Fl s Ar n |
| 112 | Try to find | 112 | Try to find |
| 113 | .Ar n | 113 | .Ar n |
| 114 | solutions. | 114 | solutions. By default and unless the |
| 115 | .Fl M | ||
| 116 | or | ||
| 117 | .Fl o | ||
| 118 | options are used, at most one solution is printed. | ||
| 119 | If at least one of | ||
| 120 | .Fl M | ||
| 121 | and | ||
| 122 | .Fl o | ||
| 123 | is used, all the solutions found within the given bounds are printed. | ||
| 124 | The option | ||
| 125 | .Fl s | ||
| 126 | overwrites these default behaviors and at most | ||
| 127 | .Ar n | ||
| 128 | solutions are printed, still satisfiyng the other constraints. | ||
| 115 | . | 129 | . |
| 116 | .It Fl t Ar n | 130 | .It Fl t Ar n |
| 117 | Use | 131 | Use |
