diff options
author | Slávek Banko <[email protected]> | 2023-01-22 15:01:29 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-01-23 02:57:40 +0100 |
commit | 4feca443fb45a87fa971fe7f24c9dd3128643c19 (patch) | |
tree | cafb62865ab0f282e8d8a4b0f8765e173e4f36c3 /examples/tqdir.py | |
parent | 16434e5519f6224e231bc5f7202f0e495eda7bb7 (diff) | |
download | pytqt-4feca443fb45a87fa971fe7f24c9dd3128643c19.tar.gz pytqt-4feca443fb45a87fa971fe7f24c9dd3128643c19.zip |
temporary commit to show changes
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'examples/tqdir.py')
-rwxr-xr-x | examples/tqdir.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tqdir.py b/examples/tqdir.py index 8ed9d5e..99875d0 100755 --- a/examples/tqdir.py +++ b/examples/tqdir.py @@ -248,7 +248,7 @@ if __name__ == '__main__': if msg: print(msg, file=sys.stderr) print("""\ -usage: qdir [--any | --dir | --custom] [--preview] [--default f] {--filter f} [caption ...] +usage: tqdir [--any | --dir | --custom] [--preview] [--default f] {--filter f} [caption ...] --any Get any filename, need not exist. --dir Return a directory rather than a file. --custom Opens a customized TQFileDialog with |