Revision 16d7b9ff kamaki/cli/commands/history.py

b/kamaki/cli/commands/history.py
91 91
    .   2.  <order-id-1>-<order-id-2> : pick all commands ordered in the range
92 92
    .       [<order-id-1> - <order-id-2>]
93 93
    .   - the above can be mixed and repeated freely, separated by spaces
94
    .       e.g. pick 2 4-7 -3
95
    .   - Use negative integers to count from the end of the list, e.g.:
94
    .       e.g., pick 2 4-7 -3
95
    .   - Use negative integers to count from the end of the list, e.g.,:
96 96
    .       -2 means : the command before the last one
97 97
    .       -2-5 means : last 2 commands + the first 5
98 98
    .       -5--2 means : the last 5 commands except the last 2
......
151 151
    .   1.  <order-id> : pick the <order-id>th command
152 152
    .   2.  <order-id-1>-<order-id-2> : pick all commands ordered in the range
153 153
    .       [<order-id-1> - <order-id-2>]
154
    .   - Use negative integers to count from the end of the list, e.g.:
154
    .   - Use negative integers to count from the end of the list, e.g.,:
155 155
    .       -2 means : the command before the last one
156 156
    .       -2-5 means : last 2 commands + the first 5
157 157
    .       -5--2 mean

Also available in: Unified diff