Skip to content
Extraits de code Groupes Projets
Valider 3644b28f rédigé par mattab's avatar mattab
Parcourir les fichiers

Clarify doc for --exclude-path

parent 880ba14b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -360,11 +360,11 @@ class Configuration(object): ...@@ -360,11 +360,11 @@ class Configuration(object):
) )
option_parser.add_option( option_parser.add_option(
'--exclude-path', dest='excluded_paths', action='append', default=[], '--exclude-path', dest='excluded_paths', action='append', default=[],
help="Paths to exclude. Can be specified multiple times" help="Any URL path matching this exclude-path will not be imported in Piwik. Can be specified multiple times"
) )
option_parser.add_option( option_parser.add_option(
'--exclude-path-from', dest='exclude_path_from', '--exclude-path-from', dest='exclude_path_from',
help="Each line from this file is a path to exclude" help="Each line from this file is a path to exclude (see: --exclude-path)"
) )
option_parser.add_option( option_parser.add_option(
'--include-path', dest='included_paths', action='append', default=[], '--include-path', dest='included_paths', action='append', default=[],
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter