Skip to content

Commit 5c4aad6

Browse files
committed
feat(zypper.py): update script header with more information
Signed-off-by: Wabri <[email protected]>
1 parent ef8cf43 commit 5c4aad6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

zypper.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
#!/usr/bin/env python3
22

33
"""
4-
Description: #TODO: short version
4+
Description: Expose metrics from zypper updates and patches.
55
6-
#TODO: long version
6+
The script can take 2 arguments: `--more` and `--less`, the selection basically change how many informations are printed.
77
8-
#TODO: example
8+
The `--more` is by default.
99
10-
#TODO: code of the example
10+
Examples:
1111
12-
#TODO: additional information
13-
14-
Dependencies: #TODO: add if needed
12+
zypper.py --less
13+
zypper.py -m
1514
1615
Authors: Gabriele Puliti <[email protected]>
1716
Bernd Shubert <[email protected]>

0 commit comments

Comments
 (0)