mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Correct some typo
This commit is contained in:
parent
58a03fc53c
commit
934d15cb51
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
GNU nano 2.7.4 Fichier : manpages_auto.py
|
||||
|
||||
"""
|
||||
Inspired by yunohost_completion.py (author: Christophe Vuillot)
|
||||
=======
|
||||
|
@ -38,6 +36,6 @@ with open(ACTIONSMAP_FILE, 'r') as stream:
|
|||
ACTIONS_DICT[domain] = ACTIONS_STR
|
||||
for action in ACTIONS:
|
||||
#print("yunohost", domain, action)
|
||||
cmd = "sudo help2man \" yunohost " + domain + " " + action + " --help \" -o " +$
|
||||
cmd = "sudo help2man \" yunohost " + domain + " " + action + " --help \" -o " + OUTPUT_DIR + "yunohost_" + domain+ "_" + action
|
||||
print(cmd)
|
||||
os.system(cmd)
|
||||
|
|
Loading…
Add table
Reference in a new issue