python-startfile 0.0.1__tar.gz → 0.0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-startfile
3
- Version: 0.0.1
3
+ Version: 0.0.1.1
4
4
  Summary: Python startfile.
5
5
  Home-page: https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-startfile
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "python-startfile"
3
- version = "0.0.1"
3
+ version = "0.0.1.1"
4
4
  description = "Python startfile."
5
5
  authors = ["ChenyangGao <wosiwujm@gmail.com>"]
6
6
  license = "MIT"
@@ -12,7 +12,7 @@ if __name__ == "__main__":
12
12
  description="Start file(s) with its/their associated application.",
13
13
  formatter_class=RawTextHelpFormatter,
14
14
  )
15
- parser.add_argument("paths", nargs="*", metavar="path", help="paths to files or directories")
15
+ parser.add_argument("paths", nargs="*", metavar="path", help="path to file or directory")
16
16
  parser.add_argument("-v", "--version", action="store_true", help="print the current version")
17
17
 
18
18
  args = parser.parse_args()