mirror of
https://git.sr.ht/~nixgoat/vento
synced 2025-11-29 16:15:43 +00:00
help: Update year in copyright notice
Since we're not in 2022 anymore and I'll be working further on this later, I'm extending the year in the copyright notice to 2023.
This commit is contained in:
parent
6750a387db
commit
986c0f7f20
|
|
@ -24,7 +24,7 @@ use colored::Colorize;
|
||||||
pub fn vento() -> Result<()> {
|
pub fn vento() -> Result<()> {
|
||||||
println!(
|
println!(
|
||||||
"{}, a CLI inventory for your files
|
"{}, a CLI inventory for your files
|
||||||
© 2022 Lux Aliaga. Licensed under GPLv3
|
© 2022-2023 Lux Aliaga. Licensed under GPLv3
|
||||||
|
|
||||||
{}
|
{}
|
||||||
- {}: Lists files in selected inventory
|
- {}: Lists files in selected inventory
|
||||||
|
|
@ -49,7 +49,7 @@ pub fn vento() -> Result<()> {
|
||||||
pub fn take() -> Result<()> {
|
pub fn take() -> Result<()> {
|
||||||
println!(
|
println!(
|
||||||
"{}, a file grabber for Vento
|
"{}, a file grabber for Vento
|
||||||
© 2022 Lux Aliaga. Licensed under GPLv3
|
© 2022-2023 Lux Aliaga. Licensed under GPLv3
|
||||||
|
|
||||||
{}
|
{}
|
||||||
- {}: Takes a file and saves it in the inventory
|
- {}: Takes a file and saves it in the inventory
|
||||||
|
|
@ -68,7 +68,7 @@ pub fn take() -> Result<()> {
|
||||||
pub fn drop() -> Result<()> {
|
pub fn drop() -> Result<()> {
|
||||||
println!(
|
println!(
|
||||||
"{}, a file dropper for Vento
|
"{}, a file dropper for Vento
|
||||||
© 2022 Lux Aliaga. Licensed under GPLv3
|
© 2022-2023 Lux Aliaga. Licensed under GPLv3
|
||||||
|
|
||||||
{}
|
{}
|
||||||
- {}: Takes a file off the inventory and drops it
|
- {}: Takes a file off the inventory and drops it
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue