fixed program prog output

This commit is contained in:
K4YT3X 2021-01-12 21:26:01 -05:00
parent 8ba2530902
commit d67776cf0f

View File

@ -189,6 +189,6 @@ def main():
# if no commands are specified
else:
print(
f"No command specified\nUse {__file__} --help to see available commands",
"No command specified\nUse wg-meshconf --help to see available commands",
file=sys.stderr,
)