changed/removed some text outputs
This commit is contained in:
parent
ac1acfb908
commit
e851d44471
1 changed files with 2 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ def delete_all(d):
|
|||
for file in files:
|
||||
f = os.path.join(d,file)
|
||||
os.remove(f)
|
||||
print(f"removing: {f}")
|
||||
print(f"Removing: {f}")
|
||||
print("Done")
|
||||
|
||||
def list_all(d):
|
||||
|
|
@ -61,8 +61,7 @@ def main():
|
|||
|
||||
parser = argparse.ArgumentParser(
|
||||
prog='skratch',
|
||||
description='Creates a temp file and opens it in an editor',
|
||||
epilog='Text at the bottom of help')
|
||||
description='Creates a temp file and opens it in an editor')
|
||||
|
||||
group = parser.add_mutually_exclusive_group()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue