mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
Fix binary usage comments
This commit is contained in:
parent
228f31c568
commit
5fc296fc44
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue