aboutsummaryrefslogtreecommitdiff
path: root/text_collector_examples
diff options
context:
space:
mode:
Diffstat (limited to 'text_collector_examples')
-rwxr-xr-xtext_collector_examples/btrfs_stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text_collector_examples/btrfs_stats.py b/text_collector_examples/btrfs_stats.py
index b26bfd2..68e89a8 100755
--- a/text_collector_examples/btrfs_stats.py
+++ b/text_collector_examples/btrfs_stats.py
@@ -1,4 +1,4 @@
1#!/usr/bin/env python 1#!/usr/bin/env python3
2 2
3# Collect per-device btrfs filesystem errors. 3# Collect per-device btrfs filesystem errors.
4# Designed to work on Debian and Centos 6 (with python2.6). 4# Designed to work on Debian and Centos 6 (with python2.6).