diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2024-04-22 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2024-04-22 00:00:00 +0000 |
commit | 6109c34b3fabba47700cbdfbeb567760083702709f569302f6de40cd0875250e (patch) | |
tree | 3aa557f7ac3da5f4b211ffe0fe692f17f7ce4a082bc9eaaf2f83c07ba48df147 | |
parent | e49033ae32b31e3056017c51180d6b1a4412e98f70170bca8db74b1f2a8ad6e5 (diff) | |
download | hitomezashi-rs-6109c34b3fabba47700cbdfbeb567760083702709f569302f6de40cd0875250e.tar.gz hitomezashi-rs-6109c34b3fabba47700cbdfbeb567760083702709f569302f6de40cd0875250e.zip |
Make program description more consistent
-rw-r--r-- | build.rs | 2 | ||||
-rw-r--r-- | src/cli.rs | 2 | ||||
-rw-r--r-- | src/lib.rs | 2 | ||||
-rw-r--r-- | src/main.rs | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ /* - hitomezashi-rs Generates classical colored Hitomezashi stitch patterns + hitomezashi-rs Classic two-colored Hitomezashi stitch pattern generator Copyright (C) 2024 Nicholas Johnson This program is free software: you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - hitomezashi-rs Generates classical colored Hitomezashi stitch patterns + hitomezashi-rs Classic two-colored Hitomezashi stitch pattern generator Copyright (C) 2024 Nicholas Johnson This program is free software: you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - hitomezashi-rs Generates classical colored Hitomezashi stitch patterns + hitomezashi-rs Classic two-colored Hitomezashi stitch pattern generator Copyright (C) 2024 Nicholas Johnson This program is free software: you can redistribute it and/or modify diff --git a/src/main.rs b/src/main.rs index f516586..e71d6e7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ /* - hitomezashi-rs Generates classical colored Hitomezashi stitch patterns + hitomezashi-rs Classic two-colored Hitomezashi stitch pattern generator Copyright (C) 2024 Nicholas Johnson This program is free software: you can redistribute it and/or modify |