update-python-libraries: update usage comments

This commit is contained in:
Jonathan Ringer 2019-11-03 11:45:07 -08:00 committed by Jon
parent 7c4f09f695
commit deb201b311

View File

@ -6,9 +6,9 @@ You can pass in multiple files or paths.
You'll likely want to use 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 import argparse