Skip to content

Commit 2ee8dd1

Browse files
author
anon
committed
remove unused --spinner default
(cherry picked from commit f9858b1)
1 parent c4ba331 commit 2ee8dd1

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

doc/manpages/qvm-ls.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Synopsis
77
--------
88

99
:command:`qvm-ls` [--verbose] [--quiet] [--help] [--all]
10-
[--exclude *EXCLUDE*] [--spinner] [--no-spinner]
10+
[--exclude *EXCLUDE*] [--no-spinner]
1111
[--format *FORMAT* | --fields *FIELD*[,*FIELD* ...]]
1212
[--tree] [--raw-data] [--help-formats]
1313
[--help-columns] [--class *CLASS* [*CLASS* ...]]
@@ -53,10 +53,6 @@ General options
5353
Exclude the qube from --all. You need to use --all option explicitly to use
5454
--exclude.
5555

56-
.. option:: --spinner
57-
58-
Have a spinner spinning while the spinning mainloop spins new table cells.
59-
6056
.. option:: --no-spinner
6157

6258
No spinner today.

qubesadmin/tools/qvm_ls.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -717,10 +717,6 @@ def get_parser():
717717
parser_sort.add_argument('--ignore-case', action='store_true',
718718
default=False, help='ignore case distinctions when sorting')
719719

720-
parser.add_argument('--spinner',
721-
action='store_true', dest='spinner',
722-
help='reenable spinner')
723-
724720
parser.add_argument('--no-spinner',
725721
action='store_false', dest='spinner',
726722
help='disable spinner')

0 commit comments

Comments
 (0)