add more excluded fs

This commit is contained in:
Ville Rantanen
2020-10-01 15:53:12 +03:00
parent cc7397e78b
commit db3e281df6

View File

@@ -43,7 +43,7 @@ Shows the output of df in colour.
help="Refresh delay") help="Refresh delay")
parser.add_argument("-1",action="store_true",dest="once",default=False, parser.add_argument("-1",action="store_true",dest="once",default=False,
help="Run once and exit") help="Run once and exit")
parser.add_argument("-x",'--exclude',type=str,dest="exclude",default="tmpfs,devtmpfs,squashfs", parser.add_argument("-x",'--exclude',type=str,dest="exclude",default="tmpfs,devtmpfs,squashfs,overlay",
help="Comma separated list of excluded filesystem types. Defaults: %(default)s") help="Comma separated list of excluded filesystem types. Defaults: %(default)s")
parser.add_argument("--version",action='version', version=VERSION) parser.add_argument("--version",action='version', version=VERSION)
options=parser.parse_args() options=parser.parse_args()