diff --git a/Doc/library/pickletools.rst b/Doc/library/pickletools.rst index e072605974f6c2..2de2b94d8ce0be 100644 --- a/Doc/library/pickletools.rst +++ b/Doc/library/pickletools.rst @@ -75,6 +75,14 @@ Command line options When more than one pickle file are specified, print given preamble before each disassembly. +.. option:: -t, --test + + Run self-test suite. + +.. option:: -v + + Run verbosely; only affects self-test run. + Programmatic Interface