Update the Lprs description
This commit is contained in:
parent
0f78b13cb8
commit
07df4826e6
18 changed files with 18 additions and 18 deletions
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
license = "GPL-3.0-only"
|
||||
authors = ["Awiteb <awiteb@hotmail.com>"]
|
||||
readme = "README.md"
|
||||
description = "Local CLI password manager"
|
||||
description = "A local CLI password manager"
|
||||
repository = "https://github.com/TheAwiteb/lprs"
|
||||
rust-version = "1.70.0"
|
||||
keywords = ["password", "manager", "CLI"]
|
||||
|
|
|
@ -26,7 +26,7 @@ cargo uninstall lprs
|
|||
Lprs provides a command-line interface for managing your passwords. The following commands are available:
|
||||
|
||||
```
|
||||
Local CLI password manager
|
||||
A local CLI password manager
|
||||
|
||||
Usage: lprs [OPTIONS] <COMMAND>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Local CLI password manager
|
||||
// Lprs - A local CLI password manager
|
||||
// Copyright (C) 2024 Awiteb
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
|
|
Loading…
Reference in a new issue