Fix binary usage comments

This commit is contained in:
Matthias Schiffer 2023-08-20 17:04:55 +02:00
parent 228f31c568
commit 5fc296fc44
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ use std::path::PathBuf;
use anyhow::Result;
use clap::Parser;
/// Command line arguments for nbtdump
/// Dump a Minecraft NBT data file in a human-readable format
#[derive(Debug, Parser)]
struct Args {
/// Filename to dump

View file

@ -8,7 +8,7 @@ use std::path::PathBuf;
use anyhow::Result;
use clap::Parser;
/// Command line arguments for regiondump
/// Dump a Minecraft NBT region file in a human-readable format
#[derive(Debug, Parser)]
struct Args {
/// Filename to dump

View file

@ -18,7 +18,7 @@ use region_processor::RegionProcessor;
use tile_mipmapper::TileMipmapper;
use tile_renderer::TileRenderer;
/// Command line arguments for minedmap
/// Generate map tiles from Minecraft save data
#[derive(Debug, Parser)]
pub struct Args {
/// Number of parallel threads to use for processing