about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-11-03 11:45:07 -0800
committerJon <jonringer@users.noreply.github.com>2019-11-03 12:03:27 -0800
commitdeb201b311f7d8b1d2818fe106cbb3ebc32df86d (patch)
treec91ca19235b9026ee1ef3a5b97e35595d71b103a
parent7c4f09f695b475b11ef07020418ebd68698b1561 (diff)
downloadnixlib-deb201b311f7d8b1d2818fe106cbb3ebc32df86d.tar
nixlib-deb201b311f7d8b1d2818fe106cbb3ebc32df86d.tar.gz
nixlib-deb201b311f7d8b1d2818fe106cbb3ebc32df86d.tar.bz2
nixlib-deb201b311f7d8b1d2818fe106cbb3ebc32df86d.tar.lz
nixlib-deb201b311f7d8b1d2818fe106cbb3ebc32df86d.tar.xz
nixlib-deb201b311f7d8b1d2818fe106cbb3ebc32df86d.tar.zst
nixlib-deb201b311f7d8b1d2818fe106cbb3ebc32df86d.zip
update-python-libraries: update usage comments
-rwxr-xr-xpkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py b/pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py
index e4a79d0c428c..82b2aac39a9f 100755
--- a/pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py
+++ b/pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py
@@ -6,9 +6,9 @@ You can pass in multiple files or paths.
 
 You'll likely want to use
 ``
-  $ ./update-python-libraries ../../pkgs/development/python-modules/*
+  $ ./update-python-libraries ../../pkgs/development/python-modules/**/default.nix
 ``
-to update all libraries in that folder.
+to update all non-pinned libraries in that folder.
 """
 
 import argparse