From: Kent Overstreet Date: Thu, 26 May 2022 19:40:08 +0000 (-0400) Subject: Update email address X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=62839683e80c023761205d6cbefc4518b1ecec1d;p=bcachefs-tools-debian Update email address This changes linux-bcache@vger.kernel.org references to the correct mailing list (linux-bcachefs@vger.kernel.org). Signed-off-by: Kent Overstreet --- diff --git a/cmd_attr.c b/cmd_attr.c index 736554c..9e7f563 100644 --- a/cmd_attr.c +++ b/cmd_attr.c @@ -87,7 +87,7 @@ static void setattr_usage(void) bch2_opts_usage(OPT_INODE); puts(" -h Display this help and exit\n" - "Report bugs to "); + "Report bugs to "); } int cmd_setattr(int argc, char *argv[]) diff --git a/cmd_data.c b/cmd_data.c index d78598d..160eb91 100644 --- a/cmd_data.c +++ b/cmd_data.c @@ -18,7 +18,7 @@ int data_usage(void) " rereplicate Rereplicate degraded data\n" " job Kick off low level data jobs\n" "\n" - "Report bugs to "); + "Report bugs to "); return 0; } @@ -32,7 +32,7 @@ static void data_rereplicate_usage(void) "\n" "Options:\n" " -h, --help display this help and exit\n" - "Report bugs to "); + "Report bugs to "); exit(EXIT_SUCCESS); } @@ -77,7 +77,7 @@ static void data_job_usage(void) " -s inode:offset start position\n" " -e inode:offset end position\n" " -h, --help display this help and exit\n" - "Report bugs to "); + "Report bugs to "); exit(EXIT_SUCCESS); } diff --git a/cmd_debug.c b/cmd_debug.c index c2206da..5b7c859 100644 --- a/cmd_debug.c +++ b/cmd_debug.c @@ -31,7 +31,7 @@ static void dump_usage(void) " -f Force; overwrite when needed\n" " -j Dump entire journal, not just dirty entries\n" " -h Display this help and exit\n" - "Report bugs to "); + "Report bugs to "); } static void dump_one_device(struct bch_fs *c, struct bch_dev *ca, int fd, @@ -456,7 +456,7 @@ static void list_keys_usage(void) " -f Check (fsck) the filesystem first\n" " -v Verbose mode\n" " -h Display this help and exit\n" - "Report bugs to "); + "Report bugs to "); } #define LIST_MODES() \ @@ -580,7 +580,7 @@ static void list_journal_usage(void) " -a Read entire journal, not just dirty entries\n" " -n Number of journal entries to print, starting from the most recent\n" " -h Display this help and exit\n" - "Report bugs to "); + "Report bugs to "); } static void star_start_of_lines(char *buf) @@ -701,7 +701,7 @@ static void kill_btree_node_usage(void) " -l level Levle to delete from (0 == leaves)\n" " -i index Index of btree node to kill\n" " -h Display this help and exit\n" - "Report bugs to "); + "Report bugs to "); } int cmd_kill_btree_node(int argc, char *argv[]) diff --git a/cmd_device.c b/cmd_device.c index ef2dfa1..6a552af 100644 --- a/cmd_device.c +++ b/cmd_device.c @@ -53,7 +53,7 @@ static void device_add_usage(void) " -f, --force Use device even if it appears to already be formatted\n" " -h, --help Display this help and exit\n" "\n" - "Report bugs to "); + "Report bugs to "); } int cmd_device_add(int argc, char *argv[]) @@ -147,7 +147,7 @@ static void device_remove_usage(void) " -F, --force-metadata Force removal, even if some metadata\n" " couldn't be migrated\n" " -h, --help display this help and exit\n" - "Report bugs to "); + "Report bugs to "); exit(EXIT_SUCCESS); } @@ -214,7 +214,7 @@ static void device_online_usage(void) "Options:\n" " -h, --help Display this help and exit\n" "\n" - "Report bugs to "); + "Report bugs to "); } int cmd_device_online(int argc, char *argv[]) @@ -251,7 +251,7 @@ static void device_offline_usage(void) " -f, --force Force, if data redundancy will be degraded\n" " -h, --help Display this help and exit\n" "\n" - "Report bugs to "); + "Report bugs to "); } int cmd_device_offline(int argc, char *argv[]) @@ -295,7 +295,7 @@ static void device_evacuate_usage(void) "Options:\n" " -h, --help Display this help and exit\n" "\n" - "Report bugs to "); + "Report bugs to "); } int cmd_device_evacuate(int argc, char *argv[]) @@ -350,7 +350,7 @@ static void device_set_state_usage(void) " --force-if-data-lost Force, if data will be lost\n" " -o, --offline Set state of an offline device\n" " -h, --help display this help and exit\n" - "Report bugs to "); + "Report bugs to "); exit(EXIT_SUCCESS); } @@ -451,7 +451,7 @@ static void device_resize_usage(void) "\n" "Options:\n" " -h, --help display this help and exit\n" - "Report bugs to "); + "Report bugs to "); exit(EXIT_SUCCESS); } @@ -559,7 +559,7 @@ static void device_resize_journal_usage(void) "\n" "Options:\n" " -h, --help display this help and exit\n" - "Report bugs to "); + "Report bugs to "); exit(EXIT_SUCCESS); } diff --git a/cmd_format.c b/cmd_format.c index 5c2bc8c..57aa496 100644 --- a/cmd_format.c +++ b/cmd_format.c @@ -79,7 +79,7 @@ static void usage(void) "Device specific options must come before corresponding devices, e.g.\n" " bcachefs format --label cache /dev/sdb /dev/sdc\n" "\n" - "Report bugs to "); + "Report bugs to "); } enum { @@ -289,7 +289,7 @@ static void show_super_usage(void) " -f, --fields=(fields) list of sections to print\n" " -l, --layout print superblock layout\n" " -h, --help display this help and exit\n" - "Report bugs to "); + "Report bugs to "); exit(EXIT_SUCCESS); } diff --git a/cmd_key.c b/cmd_key.c index b1d1bd0..63b0541 100644 --- a/cmd_key.c +++ b/cmd_key.c @@ -17,7 +17,7 @@ static void unlock_usage(void) " -k (session|user|user_session)\n" " Keyring to add to (default: user)\n" " -h Display this help and exit\n" - "Report bugs to "); + "Report bugs to "); } int cmd_unlock(int argc, char *argv[]) diff --git a/cmd_migrate.c b/cmd_migrate.c index a553319..d5b2c68 100644 --- a/cmd_migrate.c +++ b/cmd_migrate.c @@ -641,7 +641,7 @@ static void migrate_usage(void) " --no_passphrase Don't encrypt master encryption key\n" " -F Force, even if metadata file already exists\n" " -h Display this help and exit\n" - "Report bugs to "); + "Report bugs to "); } static const struct option migrate_opts[] = { @@ -799,7 +799,7 @@ static void migrate_superblock_usage(void) " -d device Device to create superblock for\n" " -o offset Offset of existing superblock\n" " -h Display this help and exit\n" - "Report bugs to "); + "Report bugs to "); } int cmd_migrate_superblock(int argc, char *argv[]) diff --git a/debian/copyright b/debian/copyright index e6e051b..42f273a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Contact: kmo@daterainc.com - linux-bcache@vger.kernel.org +Upstream-Contact: kent.overstreet@gmail.com + linux-bcachefs@vger.kernel.org Source: https://evilpiepirate.org/git/bcachefs-tools.git Files: *