Skip to content

Commit

Permalink
fix: change binary description
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 21, 2024
1 parent c24505e commit 696f125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warp::Filter;
const ROWS_PER_PAGE: i32 = 50;
const SAMPLE_DB: &[u8] = include_bytes!("../sample.sqlite3");

/// Web based SQLite database browser.
/// Web based SQL database browser.
#[derive(Parser, Debug)]
struct Args {
#[clap(subcommand)]
Expand Down

0 comments on commit 696f125

Please sign in to comment.